Reply to Picture in Picture stops audio when phone locked Hi there, If you're using iOS 15+, you can use this solution: if #available(iOS 15.0, *) { player?.audiovisualBackgroundPlaybackPolicy = .continuesIfPossible } else { // Have no idea how to handle it } Media Technologies Audio May ’23